Conversation
- Timer 모듈 폴더 구조 정리 (Container, Intent, Model, Widget 분리) - TimerActivityAttributes 추가 (Live Activity 데이터 모델) - TimerLiveActivity UI 구현 - Lock Screen View (타이머 상태 표시) - Dynamic Island (expanded, compact, minimal) - 남은 시간, 전체 시간, 실행 상태 표시 - WakeyAlarmWidgetBundle에 TimerLiveActivity 등록 - Widget 모듈에 Timer 의존성 추가
- TimerNotificationService 추가 (로컬 알림 예약/취소) - TimerState에 endDate 프로퍼티 추가 - TimerModel에서 endDate 관리 로직 추가 - 타이머 완료 시 시스템 사운드 및 진동 재생 - 타이머 완료 Alert 표시 기능 추가 - 타이머 무한 루프 버그 수정 (완료 시 stopTimer 호출) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Live Activity 기능 통합 (Dynamic Island & Lock Screen) - 로컬 알림 기능 유지 - 알람 사운드 및 Alert 기능 유지 - 파일 구조 정리 (Container/, Intent/, Model/, Widget/ 폴더) - endDate 기반 백그라운드 정확도 개선 적용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
✨ 작업 내용
📸 Showcase
📝 참고 사항
Motivation 🥳 (코드를 추가/변경하게 된 이유)
Key Changes 🔥 (주요 구현/변경 사항)
To Reviewers 🙏 (리뷰어에게 전달하고 싶은 말)
Reference 🔗
Close Issues 🔒 (닫을 Issue)
Close #No.
Checklist